home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / flut39st.zoo / fileutils-3.9 / man / mknod.1 < prev    next >
Encoding:
Text File  |  1994-03-26  |  1.4 KB  |  65 lines

  1.  
  2.  
  3.  
  4. MKNOD(1L)                        MKNOD(1L)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        mknod - make special files
  9.  
  10. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  11.        m✓mk✓kn✓no✓od✓d [options] path {bcu} major    minor
  12.        m✓mk✓kn✓no✓od✓d [options] path p
  13.        Options:
  14.        [-m mode] [--mode=mode] [--help]    [--version]
  15.  
  16. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  17.        This  manual  page  documents  the  GNU    version    of m✓mk✓kn✓no✓od✓d.
  18.        m✓mk✓kn✓no✓od✓d creates a FIFO, character    special     file,    or  block
  19.        special    file  with  the     given pathname.  By default, the
  20.        mode of created files is    0666 minus the bits  set  in  the
  21.        umask.
  22.  
  23.        The  argument after the path specifies the type of file to
  24.        make:
  25.        p for a FIFO
  26.        b for a block (buffered)    special    file
  27.        c or u for a character (unbuffered) special file
  28.  
  29.        When making a block or character    special    file,  the  major
  30.        and  minor  device  numbers  must  be given after the file
  31.        type.
  32.  
  33.    O✓OP✓PT✓TI✓IO✓ON✓NS✓S
  34.        _✓-_✓m_✓, _✓-_✓-_✓m_✓o_✓d_✓e _✓m_✓o_✓d_✓e
  35.           Set the mode of created files  to     _✓m_✓o_✓d_✓e,    which  is
  36.           symbolic    as  in chmod and uses the default mode as
  37.           the point    of departure.
  38.  
  39.        _✓-_✓-_✓h_✓e_✓l_✓p Print a usage message on standard    output    and  exit
  40.           successfully.
  41.  
  42.        _✓-_✓-_✓v_✓e_✓r_✓s_✓i_✓o_✓n
  43.           Print  version  information on standard output then
  44.           exit successfully.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF            GNU File Utilities            1
  65.